home *** CD-ROM | disk | FTP | other *** search
- /* by Jason Beaver */
-
- #import <objc/Object.h>
- #import <dpsclient/dpsclient.h>
- #import <appkit/View.h>
-
- @interface Indicator:View
- {
- BOOL on;
- DPSTimedEntry timer;
- }
- - initFrame:(NXRect *)frameRect;
- - drawSelf:(NXRect *)rects :(int)count;
- - flash;
- - turnOff;
- @end
-